home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today - The Disc! 5 / CD-ROM Today - The Disc (Issue 5)(November 1994).ISO / mac / DHA demo / Don Norman Folder / The Library / The Library.rsrc / CSTR_15282_CHCFCSTR < prev    next >
Text File  |  1994-09-21  |  207b  |  10 lines

  1. repeat with c=1 to number of items in ps
  2. put item c of ps into cs
  3. if not FontExists(f,cs)
  4. then put cs & "," after m
  5. end repeat
  6. if m¡"" then
  7. put f&" " before m
  8. delete last char of m
  9. put return after m
  10. end if